home *** CD-ROM | disk | FTP | other *** search
/ ArtGames with the Albright-Knox Art Gallery / Artgames With the Albright-Knox Art Gallery (HSBC)(AlbrightKnox).ISO / mac / games / frame.swf / scripts / DefineButton2_8 / BUTTONCONDACTION on(release).as
Text File  |  2003-09-23  |  250b  |  15 lines

  1. on(release){
  2.    tellTarget("_level1")
  3.    {
  4.       gotoAndStop("go_hsbc");
  5.       play();
  6.       i = "1";
  7.       while(iSplatInc >= i)
  8.       {
  9.          removeMovieClip("splat" add i);
  10.          i += "1";
  11.       }
  12.       iSplatInc = "0";
  13.    }
  14. }
  15.